Skip to content

feat: admin-document ingest-failure tracking - #21

Merged
Lingz450 merged 1 commit into
mainfrom
feat/admin-ingest-failure-tracking
Jun 24, 2026
Merged

feat: admin-document ingest-failure tracking#21
Lingz450 merged 1 commit into
mainfrom
feat/admin-ingest-failure-tracking

Conversation

@Lingz450

Copy link
Copy Markdown
Collaborator

What

Surfaces and persists admin-document ingest worker failures so they're visible in the admin documents UI instead of being silently dropped.

  • app/workers/ingest_failures.py - new failure-capture module.
  • app/db/admin_document_repository.py, app/rag/vectorstore.py, app/workers/ingest_worker.py - persist + propagate ingest failures.
  • apps/web admin documents (DocumentsScreen, DocumentsTable) + API client surface the failure state.
  • docs/TRACK_A_SETTINGS_SPEC.md spec notes.

Tests

tests/test_ingest_failures.py, plus additions to tests/test_admin_document_upload.py and DocumentsTable.test.tsx.

🤖 Generated with Claude Code

Surface and persist ingest worker failures: new ingest_failures module,
repository + vectorstore support, admin documents UI (DocumentsScreen/Table)
and API client wiring, plus tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
petrobrain Ready Ready Preview, Comment Jun 24, 2026 8:30am

@Lingz450
Lingz450 merged commit 119a486 into main Jun 24, 2026
7 checks passed
@Lingz450
Lingz450 deleted the feat/admin-ingest-failure-tracking branch June 24, 2026 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant